Smooth Scrolling | CSS-Tricks

Performs a smooth page scroll to an anchor on the same page. $(function() { $('a:not()').click(function() { if (location.pathname.replace(/^\//,'')== this Source: Smooth Scrolling | CSS-Tricks